home *** CD-ROM | disk | FTP | other *** search
/ Leonardo the Inventor / Leonardo The Inventor (93026)(Broderbund)(Riverdeep)(2004).iso / LEOWINMV / QUIZGAM.DIR / 00278_Script_278 < prev    next >
Text File  |  1996-03-19  |  178b  |  12 lines

  1. on mouseDown
  2.   hiliteButton  0, 0
  3. end
  4.  
  5. on mouseUp
  6.   go frame "Accessing"
  7.   if checkLeoGame() then
  8.     go frame "Begin Game"
  9.   else
  10.     go frame "NoAccess"
  11.   end if
  12. end